home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / maestro / applictn / readme < prev    next >
Encoding:
Text File  |  1993-06-15  |  3.6 KB  |  97 lines

  1. This is the top-level ReadMe file for the MAEstro Multimedia Authoring
  2. Environment.
  3.  
  4. (Last modified on February 8, 1993)
  5.  
  6. MAEstro is a distributed multimedia environment focused on simplifying
  7. the process of creating multimedia documents.  Authorship is
  8. distributed among a number of "media editors" -- applications
  9. responsible for a single computer-controlled medium (e.g., CD audio,
  10. text, etc.).  MAEstro was designed as a distributed environment to
  11. allow for quick integration of new media as they become available for
  12. the workstation platform.  MAEstro is built around an
  13. inter-application communications protocol that allows programmers to
  14. add new capabilities to the MAEstro environment without disturbing any
  15. of the existing components.
  16.  
  17.  
  18. The purpose of this file is to describe the structure of the MAEstro
  19. distribution.
  20.  
  21. The MAEstro distribution consists of three main directories:
  22.  
  23. * Source
  24. * Documentation
  25. * Demos
  26.  
  27. The Source directory contains the source code for all of the MAEstro
  28. applications and libraries used by those applications.
  29.  
  30. The Documentation directory contains documentation for users of
  31. MAEstro, programmers who wish to write their own MAEstro applications,
  32. and system administrators who will install MAEstro.
  33.  
  34. The Demos directory contains sample MAEstro documents.
  35.  
  36. In addition to these three main directories, an additional "tests"
  37. directory contains a few sample programs that test the MAEstro
  38. protocol.
  39.  
  40. ----------------------------------------------------
  41. Getting Started
  42.  
  43. To install MAEstro, read the file "Installation.text" in the
  44. Documentation directory.  It contains instructions for installing and
  45. testing the MAEstro distribution.
  46.  
  47. For more information about the background of the MAEstro project,
  48. please see the PostScript file "UsenixPaper.ps" in the Documentation
  49. directory.  It is a copy of a paper presented at the 1991 Summer
  50. USENIX Conference in Nashville, Tennessee.
  51.  
  52. If you are interested in writing applications for the MAEstro
  53. environment, please print out and read the PostScript document
  54. "PgmrGuide.ps" in the Documentation directory.
  55.  
  56. If you are interested in using either the VideoObject library or the
  57. File Browser, please look in the Source/VideoObject or Source/Browse
  58. directory for the appropriate documentation.
  59.  
  60. ----------------------------------------------------
  61. Space Requirements
  62.  
  63. After compilation, the MAEstro distribution occupies about 40 to 45
  64. Megabytes of disk space (assuming that you leave the UserGuide files
  65. compressed).  Most of that is taken by object files in the Source
  66. directory; after building the release, you can reclaim most of that
  67. space by going to the Source directory and typing "make clean".
  68.  
  69.  
  70. ----------------------------------------------------
  71. Reporting Errors, Suggestions for Improvements
  72.  
  73. If you find an error in any of the MAEstro applications or would like
  74. to see new features in any of the MAEstro applications, please send
  75. mail to
  76.  
  77.     maestro@sioux.stanford.edu
  78.  
  79. To report an error, please use the template in
  80. Documentation/ErrorReport.text.
  81.  
  82. Also, there is an electronic mailing list for those interested in
  83. sharing information about MAEstro.  The address of the mailing list is
  84. "maestro-mail@sioux.stanford.edu".  To join the mailing list, please
  85. send a request to "maestro@sioux.stanford.edu".  We will do our best
  86. to maintain the mailing list as resources permit.
  87.  
  88. We want to make MAEstro a viable multimedia environment, so we welcome
  89. comments, code contributions, and constructive criticism.
  90.  
  91. Good luck.  We hope that you enjoy using MAEstro and that you find it
  92. useful.  If you do, drop us a line at the address above.
  93.  
  94.     George Drapeau
  95.     MAEstro Project Leader
  96.     Stanford University
  97.